home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
djgpp
/
include
/
sys
/
param.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-08-11
|
204 b
|
16 lines
#ifndef _PARAM_H_
#define _PARAM_H_
#define MAXPATHLEN 80
#define MAXHOSTNAMELEN 64
#ifndef NULL
#ifndef __WATCOMC__
#define NULL ((void *) 0)
#else
#define NULL 0
#endif
#endif
#endif